testing.common.checkFuzzFn (method)

17 uses

	testing (current package)
		testing.go#L723: func (c *common) checkFuzzFn(name string) {
		testing.go#L988: 	c.checkFuzzFn("FailNow")
		testing.go#L1106: 	c.checkFuzzFn("Output")
		testing.go#L1179: 	c.checkFuzzFn("Log")
		testing.go#L1190: 	c.checkFuzzFn("Logf")
		testing.go#L1196: 	c.checkFuzzFn("Error")
		testing.go#L1203: 	c.checkFuzzFn("Errorf")
		testing.go#L1210: 	c.checkFuzzFn("Fatal")
		testing.go#L1217: 	c.checkFuzzFn("Fatalf")
		testing.go#L1224: 	c.checkFuzzFn("Skip")
		testing.go#L1231: 	c.checkFuzzFn("Skipf")
		testing.go#L1245: 	c.checkFuzzFn("SkipNow")
		testing.go#L1288: 	c.checkFuzzFn("Cleanup")
		testing.go#L1322: 	c.checkFuzzFn("TempDir")
		testing.go#L1429: 	c.checkFuzzFn("Setenv")
		testing.go#L1454: 	c.checkFuzzFn("Chdir")
		testing.go#L1495: 	c.checkFuzzFn("Context")